# Pour convertir en html sans que le code soit visible # et mettre à jour la page sur github.io # Note: faire après conda activate jupyterlab # Note 2: dans jupyterlab->Settings: cocher Save Widget State Automatically pushd /misc/data17/reco/bouliagi/Notebooks/EncoreTV_Vc jupyter nbconvert adain-vc_demo.ipynb --no-input --no-prompt --to html --template lab cp adain-vc_demo.html /misc/data26-brs/ENCORTV1/voice_conv/vc_examples/adain-vc_demo_nb.html cd /misc/data26-brs/ENCORTV1/voice_conv/vc_examples/ git add adain-vc_demo_nb.html git commit -m 'Mise à jour' git push popd # Le résultat sera visible après max. 10 minutes sur # https://bouliagi.github.io/vc_examples/adain-vc_demo_nb.html